add note about alternative email ports

Andrew Cantino 9 years ago
parent
commit
7a0aaf45a8
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .env.example

+ 4 - 1
.env.example

@@ -56,6 +56,9 @@ INVITATION_CODE=try-huginn
56 56
 #
57 57
 # PLEASE NOTE: In order to enable emails locally (e.g., when not in the production Rails environment),
58 58
 # you must also change config.action_mailer.perform_deliveries in config/environments/development.rb.
59
+# 
60
+# If you have trouble with port 587 on Gmail, you can also try setting
61
+# SMTP_AUTHENTICATION to login and the SMTP_PORT to 465.
59 62
 
60 63
 SMTP_DOMAIN=your-domain-here.com
61 64
 SMTP_USER_NAME=you@gmail.com
@@ -149,4 +152,4 @@ ENABLE_SECOND_PRECISION_SCHEDULE=false
149 152
 TIMEZONE="Pacific Time (US & Canada)"
150 153
 
151 154
 # Number of failed jobs to keep in the database
152
-FAILED_JOBS_TO_KEEP=100
155
+FAILED_JOBS_TO_KEEP=100